home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 7 / tracer / lk.with < prev    next >
Text File  |  1994-01-27  |  257b  |  25 lines

  1. ; linker control file for ray-tracer
  2. ; mcr 86/07/24
  3.  
  4. FROM
  5.  lib:c.o
  6.  tracer.o
  7.  shade.o
  8.  find.o
  9.  support.o
  10.  refract.o
  11.  g_bod.o
  12.  g_bal.o
  13.  MyMath.o
  14.  saveilbm.o
  15.  iffw.o
  16.  ilbmw.o
  17.  packer.o
  18.  graphics.o
  19. TO
  20.  tracer
  21. LIBRARY
  22.  lib:lcmffp.lib
  23.  lib:lc.lib
  24.  lib:amiga.lib
  25.